All files / app/(tabs)/beneficiaries/[id] subscription.tsx

0% Statements 0/177
0% Branches 0/149
0% Functions 0/21
0% Lines 0/167

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
import React, { useState, useEffect, useRef } from 'react';
import {
  View,
  Text,
  StyleSheet,
  TouchableOpacity,
  Alert,
  ActivityIndicator,
  Modal,
  ScrollView,
  Linking,
} from 'react-native';
import { Ionicons } from '@expo/vector-icons';
import { SafeAreaView } from 'react-native-safe-area-context';
import { router, useLocalSearchParams } from 'expo-router';
import { usePaymentSheet } from '@stripe/stripe-react-native';
import { AppColors, BorderRadius, FontSizes, FontWeights, Spacing, Shadows } from '@/constants/theme';
import { useAuth } from '@/contexts/AuthContext';
import { api } from '@/services/api';
import { BeneficiaryMenu } from '@/components/ui/BeneficiaryMenu';
import type { Beneficiary } from '@/types';
 
const STRIPE_API_URL = 'https://wellnuo.smartlaunchhub.com/api/stripe';
const SUBSCRIPTION_PRICE = 49;
 
type SubscriptionState = 'active' | 'canceling' | 'none';
 
export default function SubscriptionScreen() {
  const { id } = useLocalSearchParams<{ id: string }>();
  const [isProcessing, setIsProcessing] = useState(false);
  const [isCanceling, setIsCanceling] = useState(false);
  const [beneficiary, setBeneficiary] = useState<Beneficiary | null>(null);
  const [isLoading, setIsLoading] = useState(true);
  const [error, setError] = useState<string | null>(null);
  const [showSuccessModal, setShowSuccessModal] = useState(false);
  const [justSubscribed, setJustSubscribed] = useState(false);
  const [transactions, setTransactions] = useState<{
    id: string;
    type: 'subscription' | 'one_time';
    amount: number;
    currency: string;
    status: string;
    date: string;
    description: string;
    invoicePdf?: string;
    hostedUrl?: string;
    receiptUrl?: string;
  }[]>([]);
  const [isLoadingTransactions, setIsLoadingTransactions] = useState(false);
 
  const { initPaymentSheet, presentPaymentSheet } = usePaymentSheet();
  const { user } = useAuth();
 
  useEffect(() => {
    loadBeneficiary();
    loadTransactions();
  }, [id]);
 
  const loadTransactions = async () => {
    if (!id) return;
    setIsLoadingTransactions(true);
    try {
      const response = await api.getTransactionHistory(parseInt(id, 10));
      if (response.ok && response.data) {
        setTransactions(response.data.transactions);
      }
    } catch (error) {
      // Failed to load transactions
    } finally {
      setIsLoadingTransactions(false);
    }
  };
 
  const loadBeneficiary = async () => {
    if (!id) return;
    try {
      setError(null);
      const response = await api.getWellNuoBeneficiary(parseInt(id, 10));
      if (response.ok && response.data) {
        setBeneficiary(response.data);
      } else {
        setError(response.error?.message || 'Failed to load beneficiary data');
      }
    } catch (error) {
      setError(error instanceof Error ? error.message : 'Failed to load beneficiary data');
    } finally {
      setIsLoading(false);
    }
  };
 
  const subscription = beneficiary?.subscription;
 
  // Determine subscription state
  const getSubscriptionState = (): SubscriptionState => {
    if (!subscription) return 'none';
 
    const isStatusActive = subscription.status === 'active' || subscription.status === 'trialing';
    const isNotExpired = !subscription.endDate || new Date(subscription.endDate) > new Date();
 
    if (isStatusActive && isNotExpired) {
      return subscription.cancelAtPeriodEnd ? 'canceling' : 'active';
    }
    return 'none';
  };
 
  const subscriptionState = getSubscriptionState();
 
 
  const handleSubscribe = async () => {
    if (!beneficiary) {
      Alert.alert('Error', 'Beneficiary data not loaded.');
      return;
    }
 
    setIsProcessing(true);
 
    try {
      const token = await api.getToken();
      if (!token) {
        Alert.alert('Error', 'Please log in again');
        setIsProcessing(false);
        return;
      }
 
      const response = await fetch(`${STRIPE_API_URL}/create-subscription-payment-sheet`, {
        method: 'POST',
        headers: {
          'Content-Type': 'application/json',
          'Authorization': `Bearer ${token}`,
        },
        body: JSON.stringify({ beneficiaryId: beneficiary.id }),
      });
 
      if (!response.ok) {
        const errorText = await response.text();
        let errorMessage = 'Failed to create payment';
        try {
          const errorJson = JSON.parse(errorText);
          errorMessage = errorJson.error || errorJson.message || errorMessage;
        } catch {
          errorMessage = `Server error (${response.status})`;
        }
        throw new Error(errorMessage);
      }
 
      const data = await response.json();
 
      if (data.alreadySubscribed) {
        Alert.alert('Already Subscribed!', `${beneficiary.displayName} already has an active subscription.`);
        await loadBeneficiary();
        return;
      }
 
      if (!data.clientSecret) {
        throw new Error(data.error || 'Failed to create subscription - no clientSecret');
      }
 
      const isSetupIntent = data.clientSecret.startsWith('seti_');
 
      // Build payment sheet params based on intent type
      const baseParams = {
        merchantDisplayName: 'WellNuo',
        customerId: data.customer,
        ...(data.customerSessionClientSecret
          ? { customerSessionClientSecret: data.customerSessionClientSecret }
          : { customerEphemeralKeySecret: data.ephemeralKey }),
        returnURL: 'wellnuo://stripe-redirect',
        applePay: { merchantCountryCode: 'US' },
        googlePay: { merchantCountryCode: 'US', testEnv: true },
      };
 
      const paymentSheetParams = isSetupIntent
        ? { ...baseParams, setupIntentClientSecret: data.clientSecret }
        : { ...baseParams, paymentIntentClientSecret: data.clientSecret };
 
       
      const { error: initError } = await initPaymentSheet(paymentSheetParams as any);
      if (initError) {
        throw new Error(initError.message);
      }
 
      const { error: presentError } = await presentPaymentSheet();
      if (presentError) {
        if (presentError.code === 'Canceled') {
          setIsProcessing(false);
          return;
        }
        throw new Error(presentError.message);
      }
 
      // For PaymentIntent (subscription with immediate payment), the subscription
      // is automatically activated via Stripe webhook when payment succeeds.
      // No need to call confirm endpoint for PaymentIntent.
 
      if (isSetupIntent && data.subscriptionId) {
        // Only for SetupIntent flow (future payment), we need to confirm
        const confirmResponse = await fetch(`${STRIPE_API_URL}/confirm-subscription-payment`, {
          method: 'POST',
          headers: {
            'Authorization': `Bearer ${token}`,
            'Content-Type': 'application/json',
          },
          body: JSON.stringify({
            subscriptionId: data.subscriptionId,
            beneficiaryId: beneficiary.id,
          }),
        });
        const confirmData = await confirmResponse.json();
 
        if (!confirmResponse.ok || confirmData.error) {
          throw new Error(confirmData.error || 'Failed to confirm subscription');
        }
      }
 
      // Poll for subscription to be activated (webhook may take time)
      // Retry up to 5 times with increasing delays
      const maxRetries = 5;
      const delays = [1000, 2000, 3000, 4000, 5000]; // 1s, 2s, 3s, 4s, 5s
 
      let subscriptionActivated = false;
      for (let i = 0; i < maxRetries; i++) {
        await new Promise(resolve => setTimeout(resolve, delays[i]));
 
        // Fetch fresh beneficiary data
        const response = await api.getWellNuoBeneficiary(beneficiary.id);
        if (response.ok && response.data) {
          const sub = response.data.subscription;
          if (sub && (sub.status === 'active' || sub.status === 'trialing')) {
            setBeneficiary(response.data);
            subscriptionActivated = true;
            break;
          }
        }
      }
 
      // Even if polling didn't confirm, still show success (payment went through)
      // The subscription will appear on next refresh
      if (!subscriptionActivated) {
        await loadBeneficiary(); // One final attempt
      }
 
      setJustSubscribed(true);
      setShowSuccessModal(true);
    } catch (error) {
      const errorMsg = error instanceof Error ? error.message : 'Something went wrong';
      Alert.alert('Payment Failed', errorMsg);
    } finally {
      setIsProcessing(false);
    }
  };
 
  const handleCancelSubscription = () => {
    if (!beneficiary) return;
 
    Alert.alert(
      'Cancel Subscription?',
      `Your subscription will remain active until ${subscription?.endDate ? formatDate(new Date(subscription.endDate)) : 'the end of your billing period'}. You can reactivate anytime before then.`,
      [
        { text: 'Keep Subscription', style: 'cancel' },
        { text: 'Cancel', style: 'destructive', onPress: confirmCancelSubscription },
      ]
    );
  };
 
  const confirmCancelSubscription = async () => {
    if (!beneficiary) return;
    setIsCanceling(true);
 
    try {
      const response = await api.cancelSubscription(beneficiary.id);
      if (!response.ok) throw new Error(response.error?.message || 'Failed to cancel subscription');
      await loadBeneficiary();
      Alert.alert('Subscription Canceled', 'You can reactivate anytime before the period ends.');
    } catch (error) {
      Alert.alert('Error', error instanceof Error ? error.message : 'Something went wrong.');
    } finally {
      setIsCanceling(false);
    }
  };
 
  const handleReactivateSubscription = async () => {
    if (!beneficiary) return;
    setIsProcessing(true);
 
    try {
      const token = await api.getToken();
      if (!token) {
        Alert.alert('Error', 'Please log in again');
        setIsProcessing(false);
        return;
      }
 
      const response = await fetch(`${STRIPE_API_URL}/reactivate-subscription`, {
        method: 'POST',
        headers: {
          'Content-Type': 'application/json',
          'Authorization': `Bearer ${token}`,
        },
        body: JSON.stringify({ beneficiaryId: beneficiary.id }),
      });
 
      const data = await response.json();
      if (!response.ok || data.error) {
        throw new Error(data.error || 'Failed to reactivate subscription');
      }
 
      await loadBeneficiary();
      Alert.alert('Reactivated!', 'Your subscription will continue to renew automatically.');
    } catch (error) {
      Alert.alert('Error', error instanceof Error ? error.message : 'Something went wrong.');
    } finally {
      setIsProcessing(false);
    }
  };
 
  const formatDate = (date: Date) => {
    return date.toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' });
  };
 
  const openReceipt = (url?: string) => {
    if (url) Linking.openURL(url);
  };
 
  const handleSuccessModalClose = () => {
    setShowSuccessModal(false);
    // Navigate to main list so useFocusEffect refreshes beneficiary data with new subscription status
    router.replace('/(tabs)');
  };
 
  // Loading state
  if (isLoading) {
    return (
      <SafeAreaView style={styles.container} edges={['top', 'bottom']}>
        <View style={styles.header}>
          <TouchableOpacity style={styles.backButton} onPress={() => router.back()}>
            <Ionicons name="arrow-back" size={24} color={AppColors.textPrimary} />
          </TouchableOpacity>
          <Text style={styles.headerTitle}>Subscription</Text>
          <View style={styles.placeholder} />
        </View>
        <View style={styles.centerContainer}>
          <ActivityIndicator size="large" color={AppColors.primary} />
        </View>
      </SafeAreaView>
    );
  }
 
  if (!beneficiary || error) {
    return (
      <SafeAreaView style={styles.container} edges={['top', 'bottom']}>
        <View style={styles.header}>
          <TouchableOpacity style={styles.backButton} onPress={() => router.back()}>
            <Ionicons name="arrow-back" size={24} color={AppColors.textPrimary} />
          </TouchableOpacity>
          <Text style={styles.headerTitle}>Subscription</Text>
          <View style={styles.placeholder} />
        </View>
        <View style={styles.centerContainer}>
          <Ionicons name="cloud-offline-outline" size={64} color={AppColors.textMuted} />
          <Text style={styles.errorTitle}>{error || 'Unable to load beneficiary'}</Text>
          <TouchableOpacity
            style={styles.retryButton}
            onPress={() => {
              setIsLoading(true);
              loadBeneficiary();
            }}
          >
            <Ionicons name="refresh" size={20} color={AppColors.white} />
            <Text style={styles.retryButtonText}>Try Again</Text>
          </TouchableOpacity>
        </View>
      </SafeAreaView>
    );
  }
 
  // Render subscription status card based on state
  const renderStatusCard = () => {
    switch (subscriptionState) {
      case 'active':
        return (
          <View style={styles.statusCard}>
            <View style={styles.statusIconActive}>
              <Ionicons name="checkmark-circle" size={32} color={AppColors.white} />
            </View>
            <Text style={styles.statusTitle}>Active Subscription</Text>
            <Text style={styles.statusSubtitle}>
              {subscription?.endDate
                ? `Renews ${formatDate(new Date(subscription.endDate))}`
                : 'Renews monthly'}
            </Text>
            <View style={styles.priceRow}>
              <Text style={styles.priceAmount}>${SUBSCRIPTION_PRICE}</Text>
              <Text style={styles.pricePeriod}>/month</Text>
            </View>
          </View>
        );
 
      case 'canceling':
        return (
          <View style={[styles.statusCard, styles.statusCardCanceling]}>
            <View style={styles.statusIconCanceling}>
              <Ionicons name="time" size={32} color={AppColors.white} />
            </View>
            <Text style={styles.statusTitle}>Subscription Ending</Text>
            <Text style={styles.statusSubtitleCanceling}>
              Access until {subscription?.endDate ? formatDate(new Date(subscription.endDate)) : 'period end'}
            </Text>
            <Text style={styles.cancelingNote}>
              After this date, monitoring and alerts for {beneficiary.displayName} will stop.
            </Text>
          </View>
        );
 
      case 'none':
      default:
        return (
          <View style={[styles.statusCard, styles.statusCardNone]}>
            <View style={styles.statusIconNone}>
              <Ionicons name="shield-outline" size={32} color={AppColors.textMuted} />
            </View>
            <Text style={styles.statusTitleNone}>No Active Subscription</Text>
            <Text style={styles.statusSubtitleNone}>
              Subscribe to unlock monitoring for {beneficiary.displayName}
            </Text>
            <View style={styles.priceRow}>
              <Text style={styles.priceAmount}>${SUBSCRIPTION_PRICE}</Text>
              <Text style={styles.pricePeriod}>/month</Text>
            </View>
          </View>
        );
    }
  };
 
  // Render action button based on state
  const renderActionButton = () => {
    switch (subscriptionState) {
      case 'active':
        return (
          <TouchableOpacity
            style={styles.cancelButton}
            onPress={handleCancelSubscription}
            disabled={isCanceling}
          >
            {isCanceling ? (
              <ActivityIndicator size="small" color={AppColors.textMuted} />
            ) : (
              <Text style={styles.cancelButtonText}>Cancel Subscription</Text>
            )}
          </TouchableOpacity>
        );
 
      case 'canceling':
        return (
          <TouchableOpacity
            style={[styles.primaryButton, styles.reactivateButton, isProcessing && styles.buttonDisabled]}
            onPress={handleReactivateSubscription}
            disabled={isProcessing}
          >
            {isProcessing ? (
              <ActivityIndicator color={AppColors.white} />
            ) : (
              <>
                <Ionicons name="refresh" size={20} color={AppColors.white} />
                <Text style={styles.primaryButtonText}>Reactivate Subscription</Text>
              </>
            )}
          </TouchableOpacity>
        );
 
      case 'none':
      default:
        return (
          <TouchableOpacity
            style={[styles.primaryButton, isProcessing && styles.buttonDisabled]}
            onPress={handleSubscribe}
            disabled={isProcessing}
          >
            {isProcessing ? (
              <ActivityIndicator color={AppColors.white} />
            ) : (
              <>
                <Ionicons name="card" size={20} color={AppColors.white} />
                <Text style={styles.primaryButtonText}>Subscribe</Text>
              </>
            )}
          </TouchableOpacity>
        );
    }
  };
 
  return (
    <SafeAreaView style={styles.container} edges={['top', 'bottom']}>
      {/* Header */}
      <View style={styles.header}>
        <TouchableOpacity style={styles.backButton} onPress={() => router.back()}>
          <Ionicons name="arrow-back" size={24} color={AppColors.textPrimary} />
        </TouchableOpacity>
        <Text style={styles.headerTitle}>Subscription</Text>
        <BeneficiaryMenu
          beneficiaryId={id || ''}
          userRole={beneficiary?.role}
          currentPage="subscription"
        />
      </View>
 
      <ScrollView
        style={styles.scrollContent}
        contentContainerStyle={[
          styles.content,
          // Center content when no subscription and no transactions
          subscriptionState === 'none' && transactions.length === 0 && styles.contentCentered
        ]}
      >
        {/* Status Card */}
        {renderStatusCard()}
 
        {/* Action Button */}
        <View style={styles.actionSection}>
          {renderActionButton()}
 
          {/* Security note */}
          <View style={styles.securityRow}>
            <Ionicons name="shield-checkmark" size={14} color={AppColors.success} />
            <Text style={styles.securityText}>Secure payment by Stripe</Text>
          </View>
        </View>
 
        {/* Transaction History */}
        {transactions.length > 0 && (
          <View style={styles.transactionSection}>
            <Text style={styles.sectionTitle}>Payment History</Text>
            {transactions.map((tx) => (
              <TouchableOpacity
                key={tx.id}
                style={styles.transactionItem}
                onPress={() => openReceipt(tx.invoicePdf || tx.hostedUrl || tx.receiptUrl)}
                disabled={!tx.invoicePdf && !tx.hostedUrl && !tx.receiptUrl}
              >
                <View style={styles.transactionLeft}>
                  <Text style={styles.transactionDesc}>{tx.description}</Text>
                  <Text style={styles.transactionDate}>{formatDate(new Date(tx.date))}</Text>
                </View>
                <View style={styles.transactionRight}>
                  <Text style={styles.transactionAmount}>${tx.amount.toFixed(2)}</Text>
                  {(tx.invoicePdf || tx.hostedUrl || tx.receiptUrl) && (
                    <Ionicons name="chevron-forward" size={16} color={AppColors.textMuted} />
                  )}
                </View>
              </TouchableOpacity>
            ))}
          </View>
        )}
      </ScrollView>
 
      {/* Success Modal */}
      <Modal
        visible={showSuccessModal}
        transparent={true}
        animationType="fade"
        onRequestClose={handleSuccessModalClose}
      >
        <View style={styles.modalOverlay}>
          <View style={styles.modalContent}>
            <View style={styles.modalIcon}>
              <Ionicons name="checkmark-circle" size={56} color={AppColors.success} />
            </View>
            <Text style={styles.modalTitle}>Subscription Active!</Text>
            <Text style={styles.modalMessage}>
              Monitoring for {beneficiary?.displayName} is now enabled.
            </Text>
            <TouchableOpacity style={styles.modalButton} onPress={handleSuccessModalClose}>
              <Text style={styles.modalButtonText}>Continue</Text>
            </TouchableOpacity>
          </View>
        </View>
      </Modal>
    </SafeAreaView>
  );
}
 
const styles = StyleSheet.create({
  container: {
    flex: 1,
    backgroundColor: AppColors.background,
  },
  header: {
    flexDirection: 'row',
    alignItems: 'center',
    justifyContent: 'space-between',
    paddingHorizontal: Spacing.md,
    paddingVertical: Spacing.sm,
    borderBottomWidth: 1,
    borderBottomColor: AppColors.border,
  },
  backButton: {
    padding: Spacing.xs,
  },
  headerTitle: {
    fontSize: FontSizes.lg,
    fontWeight: FontWeights.semibold,
    color: AppColors.textPrimary,
  },
  placeholder: {
    width: 32,
  },
  centerContainer: {
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
    padding: Spacing.xl,
  },
  errorTitle: {
    fontSize: FontSizes.lg,
    fontWeight: FontWeights.semibold,
    color: AppColors.textPrimary,
    marginTop: Spacing.lg,
    textAlign: 'center',
  },
  retryButton: {
    flexDirection: 'row',
    alignItems: 'center',
    backgroundColor: AppColors.primary,
    paddingVertical: Spacing.sm + 4,
    paddingHorizontal: Spacing.lg,
    borderRadius: BorderRadius.lg,
    marginTop: Spacing.xl,
    gap: Spacing.sm,
  },
  retryButtonText: {
    color: AppColors.white,
    fontSize: FontSizes.base,
    fontWeight: FontWeights.semibold,
  },
  errorText: {
    fontSize: FontSizes.base,
    color: AppColors.textMuted,
  },
  scrollContent: {
    flex: 1,
  },
  content: {
    padding: Spacing.lg,
    paddingBottom: Spacing.xxl,
  },
  contentCentered: {
    flexGrow: 1,
    justifyContent: 'center',
  },
 
  // Status Card Styles
  statusCard: {
    backgroundColor: AppColors.surface,
    borderRadius: BorderRadius.xl,
    padding: Spacing.xl,
    alignItems: 'center',
    borderWidth: 2,
    borderColor: AppColors.success,
    ...Shadows.sm,
  },
  statusCardCanceling: {
    borderColor: '#F59E0B',
    backgroundColor: '#FFFBEB',
  },
  statusCardNone: {
    borderColor: AppColors.border,
    backgroundColor: AppColors.surface,
  },
  statusIconActive: {
    width: 56,
    height: 56,
    borderRadius: 28,
    backgroundColor: AppColors.success,
    alignItems: 'center',
    justifyContent: 'center',
    marginBottom: Spacing.md,
  },
  statusIconCanceling: {
    width: 56,
    height: 56,
    borderRadius: 28,
    backgroundColor: '#F59E0B',
    alignItems: 'center',
    justifyContent: 'center',
    marginBottom: Spacing.md,
  },
  statusIconNone: {
    width: 56,
    height: 56,
    borderRadius: 28,
    backgroundColor: AppColors.surfaceSecondary,
    alignItems: 'center',
    justifyContent: 'center',
    marginBottom: Spacing.md,
  },
  statusTitle: {
    fontSize: FontSizes.xl,
    fontWeight: FontWeights.bold,
    color: AppColors.textPrimary,
    marginBottom: Spacing.xs,
  },
  statusTitleNone: {
    fontSize: FontSizes.xl,
    fontWeight: FontWeights.bold,
    color: AppColors.textSecondary,
    marginBottom: Spacing.xs,
  },
  statusSubtitle: {
    fontSize: FontSizes.sm,
    color: AppColors.success,
    marginBottom: Spacing.md,
  },
  statusSubtitleCanceling: {
    fontSize: FontSizes.sm,
    color: '#B45309',
    fontWeight: FontWeights.medium,
    marginBottom: Spacing.sm,
  },
  statusSubtitleNone: {
    fontSize: FontSizes.sm,
    color: AppColors.textMuted,
    textAlign: 'center',
    marginBottom: Spacing.md,
  },
  cancelingNote: {
    fontSize: FontSizes.sm,
    color: '#92400E',
    textAlign: 'center',
    lineHeight: 20,
  },
  priceRow: {
    flexDirection: 'row',
    alignItems: 'baseline',
  },
  priceAmount: {
    fontSize: FontSizes['2xl'],
    fontWeight: FontWeights.bold,
    color: AppColors.primary,
  },
  pricePeriod: {
    fontSize: FontSizes.base,
    color: AppColors.textMuted,
    marginLeft: 2,
  },
 
  // Action Section
  actionSection: {
    marginTop: Spacing.xl,
    gap: Spacing.md,
  },
  primaryButton: {
    flexDirection: 'row',
    alignItems: 'center',
    justifyContent: 'center',
    gap: Spacing.sm,
    backgroundColor: AppColors.primary,
    paddingVertical: Spacing.md,
    borderRadius: BorderRadius.lg,
    ...Shadows.sm,
  },
  reactivateButton: {
    backgroundColor: AppColors.success,
  },
  buttonDisabled: {
    opacity: 0.7,
  },
  primaryButtonText: {
    fontSize: FontSizes.base,
    fontWeight: FontWeights.semibold,
    color: AppColors.white,
  },
  cancelButton: {
    paddingVertical: Spacing.sm,
    alignItems: 'center',
  },
  cancelButtonText: {
    fontSize: FontSizes.sm,
    color: AppColors.textMuted,
    textDecorationLine: 'underline',
  },
  securityRow: {
    flexDirection: 'row',
    alignItems: 'center',
    justifyContent: 'center',
    gap: Spacing.xs,
  },
  securityText: {
    fontSize: FontSizes.xs,
    color: AppColors.textMuted,
  },
 
  // Transaction Section
  transactionSection: {
    marginTop: Spacing.xl,
  },
  sectionTitle: {
    fontSize: FontSizes.base,
    fontWeight: FontWeights.semibold,
    color: AppColors.textPrimary,
    marginBottom: Spacing.md,
  },
  transactionItem: {
    flexDirection: 'row',
    justifyContent: 'space-between',
    alignItems: 'center',
    backgroundColor: AppColors.surface,
    padding: Spacing.md,
    borderRadius: BorderRadius.md,
    marginBottom: Spacing.sm,
  },
  transactionLeft: {
    flex: 1,
  },
  transactionDesc: {
    fontSize: FontSizes.sm,
    fontWeight: FontWeights.medium,
    color: AppColors.textPrimary,
  },
  transactionDate: {
    fontSize: FontSizes.xs,
    color: AppColors.textMuted,
    marginTop: 2,
  },
  transactionRight: {
    flexDirection: 'row',
    alignItems: 'center',
    gap: Spacing.xs,
  },
  transactionAmount: {
    fontSize: FontSizes.sm,
    fontWeight: FontWeights.semibold,
    color: AppColors.textPrimary,
  },
 
  // Modal
  modalOverlay: {
    flex: 1,
    backgroundColor: 'rgba(0, 0, 0, 0.5)',
    justifyContent: 'center',
    alignItems: 'center',
    padding: Spacing.lg,
  },
  modalContent: {
    backgroundColor: AppColors.surface,
    borderRadius: BorderRadius.xl,
    padding: Spacing.xl,
    width: '100%',
    maxWidth: 320,
    alignItems: 'center',
    ...Shadows.lg,
  },
  modalIcon: {
    marginBottom: Spacing.md,
  },
  modalTitle: {
    fontSize: FontSizes.xl,
    fontWeight: FontWeights.bold,
    color: AppColors.textPrimary,
    marginBottom: Spacing.sm,
  },
  modalMessage: {
    fontSize: FontSizes.base,
    color: AppColors.textSecondary,
    textAlign: 'center',
    marginBottom: Spacing.lg,
  },
  modalButton: {
    backgroundColor: AppColors.primary,
    paddingVertical: Spacing.md,
    paddingHorizontal: Spacing.xl,
    borderRadius: BorderRadius.lg,
    width: '100%',
  },
  modalButtonText: {
    fontSize: FontSizes.base,
    fontWeight: FontWeights.semibold,
    color: AppColors.white,
    textAlign: 'center',
  },
});